home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 54
/
Vol 54.iso
/
games
/
williame.swf
/
scripts
/
frame_2
/
PlaceObject2_68_127
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
319 b
|
14 lines
onClipEvent(load){
turnspeed = 15;
xspeed = 5;
yspeed = 5;
acceleration = 2;
_root.ship.hitpoints = 100;
PI = 3.141592653589793;
this.thrust._visible = 0;
this.reversethrust._visible = 0;
this.leftthrust._visible = 0;
this.rightthrust._visible = 0;
this._rotation = -90;
}